home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
GraphicViewers
/
pCD
/
Source
/
hpcdtoppm.0.3
/
Makefile.standalone
< prev
next >
Wrap
Makefile
|
1992-12-14
|
215b
|
10 lines
CC= gcc
COPTS= -O4
# if you get problems with compilation of "signed",
# read the README.TOO and try something like -DsBYTE=char
hpcdtoppm: hpcdtoppm.c
${CC} ${COPTS} -DOWN_WRITE -o hpcdtoppm hpcdtoppm.c